home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000150,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$0000013C,$0000002A,$0000028F,$000001EF,$0000013F,$000000EF,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
-
-
-
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "Internal"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is "DirectDisplayReady"; end,
- cKR_ScriptResult
- with ResultComment is ""; end
- ];
- end
- ];
- end
- ];
- end;